home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Script file created by Luna.
- ;
- ; Umlaut converter Word -> ST Version 1.01
- ; Andreas Schley (c) 1999
- ; This script converts the Umlauts of ASCII texts
- ; of DOS-computers to Atari Umlauts.
- ; It can be easily adapted to work the other way round too! ;-)
-
-
- replace(0,0,0,-1,"÷","ö")
- replace(0,0,0,-1,"∞","β")
- replace(0,0,0,-1,"ⁿ","ü")
- replace(0,0,0,-1,"β","β")
- replace(0,0,0,-1,"Σ","ä")
- replace(0,0,0,-1,"ץ","Ü")
- replace(0,0,0,-1,"ג","Ä")
- replace(0,0,0,-1,"ש","Ö")
- end()